projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec2ade
)
Set native driver options in async compiles, also
author
Andreas Fuchs
<asf@boinkor.net>
Mon, 10 Aug 2020 13:48:57 +0000
(09:48 -0400)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 26 Aug 2020 19:25:45 +0000
(21:25 +0200)
Ensure the variable is set to the value that was customized in the
parent process in child compilation processes, also.
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 37559c20dd42cfa5c280492f84ea206b838e1658..75c51b03ec87d08469ef7a53ae2897caecf83ed8 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-2591,6
+2591,8
@@
display a message."
comp-debug ,comp-debug
comp-verbose ,comp-verbose
comp-eln-load-path ',comp-eln-load-path
+ comp-native-driver-options
+ ',comp-native-driver-options
load-path ',load-path)
,comp-async-env-modifier-form
(message "Compiling %s..." ,source-file)